home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TPASTESPECIALFORM / TPASTESPECIALFORM.txt
Text File  |  2004-06-07  |  3KB  |  134 lines

  1. object PasteSpecialForm: TPasteSpecialForm
  2.   Left = 293
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Paste Special'
  6.   ClientHeight = 234
  7.   ClientWidth = 260
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnOk: TButton
  19.     Left = 56
  20.     Top = 200
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 136
  30.     Top = 200
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 16
  40.     Top = 8
  41.     Width = 225
  42.     Height = 185
  43.     Caption = ' Format '
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 40
  47.       Top = 40
  48.       Width = 148
  49.       Height = 22
  50.       Caption = 
  51.         'Paste HTML formatted or plain text according to its original for' +
  52.         'mat.'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -9
  56.       Font.Name = 'Small Fonts'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       WordWrap = True
  60.     end
  61.     object Label3: TLabel
  62.       Left = 40
  63.       Top = 152
  64.       Width = 108
  65.       Height = 11
  66.       Caption = 'Paste text as HTML code.'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -9
  70.       Font.Name = 'Small Fonts'
  71.       Font.Style = []
  72.       ParentFont = False
  73.     end
  74.     object RadioButton1: TRadioButton
  75.       Left = 24
  76.       Top = 24
  77.       Width = 113
  78.       Height = 17
  79.       Caption = 'Normal'
  80.       Checked = True
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'Tahoma'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       TabOrder = 0
  88.       TabStop = True
  89.       OnClick = RadioButton3Click
  90.       OnDblClick = RadioButton1DblClick
  91.     end
  92.     object RadioButton2: TRadioButton
  93.       Left = 24
  94.       Top = 80
  95.       Width = 129
  96.       Height = 17
  97.       Caption = 'Plain text'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clWindowText
  100.       Font.Height = -11
  101.       Font.Name = 'Tahoma'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.       TabOrder = 1
  105.       OnDblClick = RadioButton1DblClick
  106.     end
  107.     object CheckBox1: TCheckBox
  108.       Left = 40
  109.       Top = 96
  110.       Width = 145
  111.       Height = 17
  112.       Caption = 'Preformatted text'
  113.       TabOrder = 2
  114.       OnClick = CheckBox1Click
  115.     end
  116.     object RadioButton3: TRadioButton
  117.       Left = 24
  118.       Top = 136
  119.       Width = 129
  120.       Height = 17
  121.       Caption = 'HTML Code'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clWindowText
  124.       Font.Height = -11
  125.       Font.Name = 'Tahoma'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       TabOrder = 3
  129.       OnClick = RadioButton3Click
  130.       OnDblClick = RadioButton1DblClick
  131.     end
  132.   end
  133. end
  134.